AWS Helper
Sublime Text plugin to validate AWS IAM policy json for errors
Details
Installs
- Total 101
- Win 33
- Mac 50
- Linux 18
Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-aws-helper
AWS helper
is a Sublime Text plugin to validate the IAM policy
json for errors.
Read more at Medium - AWS Helper: Sublime Text plugin
Features
AWS Helper: validate IAM policy
(aws_helper_validate_iam
) : selected text is validated for a valid iam policy json. Validtion is done by AWS access-analyzer ValidatePolicy API. [pricing]AWS Helper: open arn in console
(aws_helper_open_arn_in_console
) : For supported aws services, if the selected text matches an arn, the corresponding aws console url for the same is opened in default browser.
How to Use
From Command palette, type the command, eg: AWS Helper: validate IAM policy
No default keybinding is provided. Use like below as necessary
[
{ "keys": ["ctrl+r"], "command": "aws_helper_validate_iam" }
]
How to Install
Install with Package Control
To Install AWS Helper via Package Control.
- Search for package: AWS Helper
Manual
- Open the Sublime Text Packages folder (see Sublime Text > Preferences > Browse Packages…)
- Clone this repo
- Restart Sublime Text ### Setup It is required to configure AWS with access key ID and secret to use this plugin.
Run aws configure
to set up your credentials.
They will be stored in~/.aws/credentials
.
TODOs
- [x] Submit to package control channel
- [ ] Handle network failure from freezing
FAQ
Todo